Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
24 |
0 |
0 |
1844 |
Files
org/apache/torque/betwixt/Dataset.java
Error |
Line |
|
Line does not match expected header line of ''. |
1
|
|
Line has trailing spaces. |
32
|
|
Line has trailing spaces. |
35
|
|
'{' should be on the previous line. |
36
|
|
Missing a Javadoc comment. |
37
|
|
Variable 'logger' must be private and have accessor methods. |
37
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
40
|
|
Missing a Javadoc comment. |
42
|
|
Missing a Javadoc comment. |
43
|
|
Missing a Javadoc comment. |
44
|
|
Missing a Javadoc comment. |
45
|
|
First sentence should end with a period. |
47
|
|
Line has trailing spaces. |
50
|
|
'{' should be on the previous line. |
51
|
|
Line has trailing spaces. |
57
|
|
Line has trailing spaces. |
60
|
|
Method 'addRecord' is not designed for extension - needs to be abstract, final or empty. |
60
|
|
Parameter item should be final. |
60
|
|
Expected @param tag for 'item'. |
60
|
|
'{' should be on the previous line. |
61
|
|
Line has trailing spaces. |
67
|
|
Line has trailing spaces. |
70
|
|
Method 'addRecordList' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
Parameter list should be final. |
70
|
|
'list' hides a field. |
70
|
|
'{' should be on the previous line. |
71
|
|
Line has trailing spaces. |
77
|
|
Line has trailing spaces. |
80
|
|
Method 'getRecord' is not designed for extension - needs to be abstract, final or empty. |
80
|
|
'{' should be on the previous line. |
81
|
|
Line has trailing spaces. |
87
|
|
Line has trailing spaces. |
90
|
|
Method 'size' is not designed for extension - needs to be abstract, final or empty. |
90
|
|
'{' should be on the previous line. |
91
|
|
Line has trailing spaces. |
97
|
|
Line has trailing spaces. |
100
|
|
Method 'iterator' is not designed for extension - needs to be abstract, final or empty. |
100
|
|
'{' should be on the previous line. |
101
|
|
Line has trailing spaces. |
107
|
|
Line has trailing spaces. |
109
|
|
Line has trailing spaces. |
112
|
|
Method 'setRecord' is not designed for extension - needs to be abstract, final or empty. |
112
|
|
Parameter value should be final. |
112
|
|
Expected @param tag for 'value'. |
112
|
|
'{' should be on the previous line. |
113
|
|
Line has trailing spaces. |
119
|
|
Line has trailing spaces. |
122
|
|
Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
122
|
|
'{' should be on the previous line. |
123
|
|
First sentence should end with a period. |
127
|
|
Line has trailing spaces. |
129
|
|
Line has trailing spaces. |
133
|
|
Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
133
|
|
Parameter action should be final. |
133
|
|
'action' hides a field. |
133
|
|
'{' should be on the previous line. |
134
|
|
Line has trailing spaces. |
140
|
|
Line has trailing spaces. |
143
|
|
Method 'getOnError' is not designed for extension - needs to be abstract, final or empty. |
143
|
|
'{' should be on the previous line. |
144
|
|
Line has trailing spaces. |
150
|
|
Line has trailing spaces. |
154
|
|
Method 'setOnError' is not designed for extension - needs to be abstract, final or empty. |
154
|
|
Parameter onError should be final. |
154
|
|
'onError' hides a field. |
154
|
|
'{' should be on the previous line. |
155
|
|
Line has trailing spaces. |
161
|
|
Line has trailing spaces. |
164
|
|
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. |
164
|
|
'{' should be on the previous line. |
165
|
|
Line has trailing spaces. |
171
|
|
Line has trailing spaces. |
175
|
|
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. |
175
|
|
Parameter description should be final. |
175
|
|
'description' hides a field. |
175
|
|
'{' should be on the previous line. |
176
|
|
Line has trailing spaces. |
183
|
|
Line has trailing spaces. |
188
|
|
Method 'getBeanWriter' is not designed for extension - needs to be abstract, final or empty. |
188
|
|
Redundant throws: 'IllegalStateException' is unchecked exception. |
189
|
|
'{' should be on the previous line. |
190
|
|
Line has trailing spaces. |
191
|
|
'{' should be on the previous line. |
192
|
|
Line has trailing spaces. |
198
|
|
Expected an @return tag. |
202
|
|
Line has trailing spaces. |
202
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
202
|
|
'{' should be on the previous line. |
203
|
|
Line has trailing spaces. |
209
|
|
'{' should be on the previous line. |
210
|
|
First sentence should end with a period. |
220
|
|
Line has trailing spaces. |
222
|
|
Line has trailing spaces. |
225
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
225
|
|
'{' should be on the previous line. |
226
|
|
Line has trailing spaces. |
227
|
|
')' is preceded with whitespace. |
227
|
|
'{' should be on the previous line. |
228
|
|
First sentence should end with a period. |
234
|
|
Line has trailing spaces. |
236
|
|
Line has trailing spaces. |
239
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
239
|
|
Parameter name should be final. |
239
|
|
'name' hides a field. |
239
|
|
'{' should be on the previous line. |
240
|
org/apache/torque/betwixt/Exporter.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
29
|
|
Line has trailing spaces. |
30
|
|
Line has trailing spaces. |
36
|
|
'{' should be on the previous line. |
37
|
|
Line has trailing spaces. |
38
|
|
Missing a Javadoc comment. |
39
|
|
Variable 'logger' must be private and have accessor methods. |
39
|
|
'(' is followed by whitespace. |
39
|
|
')' is preceded with whitespace. |
39
|
|
Line has trailing spaces. |
40
|
|
Line has trailing spaces. |
41
|
|
Missing a Javadoc comment. |
41
|
|
'{' should be on the previous line. |
42
|
|
Line has trailing spaces. |
45
|
|
First sentence should end with a period. |
46
|
|
Line has trailing spaces. |
59
|
|
Method 'exportData' is not designed for extension - needs to be abstract, final or empty. |
59
|
|
'(' is followed by whitespace. |
59
|
|
Parameter dataset should be final. |
59
|
|
Parameter outputWriter should be final. |
59
|
|
Parameter resolver should be final. |
60
|
|
')' is preceded with whitespace. |
60
|
|
Line has trailing spaces. |
61
|
|
Expected @throws tag for 'IOException'. |
61
|
|
Redundant throws: 'IOException' is subclass of 'Exception'. |
61
|
|
Expected @throws tag for 'IntrospectionException'. |
61
|
|
Line has trailing spaces. |
62
|
|
Expected @throws tag for 'SAXException'. |
62
|
|
Expected @throws tag for 'Exception'. |
62
|
|
'{' should be on the previous line. |
63
|
|
'(' is followed by whitespace. |
64
|
|
')' is preceded with whitespace. |
64
|
|
'(' is followed by whitespace. |
65
|
|
')' is preceded with whitespace. |
65
|
|
'(' is followed by whitespace. |
66
|
|
')' is preceded with whitespace. |
66
|
|
Line has trailing spaces. |
69
|
|
Line has trailing spaces. |
74
|
|
Line has trailing spaces. |
75
|
|
Line has trailing spaces. |
76
|
|
Line has trailing spaces. |
77
|
|
Line has trailing spaces. |
79
|
|
Method 'writeHeaderInfo' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
'(' is followed by whitespace. |
79
|
|
Parameter beanWriter should be final. |
79
|
|
Expected @param tag for 'beanWriter'. |
79
|
|
Parameter resolver should be final. |
79
|
|
Expected @param tag for 'resolver'. |
79
|
|
')' is preceded with whitespace. |
79
|
|
Expected @throws tag for 'IOException'. |
80
|
|
Expected @throws tag for 'IllegalStateException'. |
80
|
|
Redundant throws: 'IllegalStateException' is unchecked exception. |
80
|
|
'(' is followed by whitespace. |
82
|
|
Line has trailing spaces. |
84
|
|
Line has trailing spaces. |
86
|
|
Line has trailing spaces. |
87
|
|
Line has trailing spaces. |
89
|
|
Line has trailing spaces. |
101
|
|
Method 'writeHeaderInfo' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
'(' is followed by whitespace. |
103
|
|
Parameter beanWriter should be final. |
103
|
|
',' is not followed by whitespace. |
103
|
|
Parameter resolver should be final. |
103
|
|
Parameter rootElement should be final. |
104
|
|
Parameter isSystem should be final. |
104
|
|
Line has trailing spaces. |
105
|
|
Parameter publicId should be final. |
105
|
|
Parameter uri should be final. |
105
|
|
')' is preceded with whitespace. |
105
|
|
Line has trailing spaces. |
106
|
|
Expected @throws tag for 'IOException'. |
106
|
|
Line has trailing spaces. |
107
|
|
Expected @throws tag for 'IllegalStateException'. |
107
|
|
Redundant throws: 'IllegalStateException' is unchecked exception. |
107
|
|
'{' should be on the previous line. |
108
|
|
Line has trailing spaces. |
112
|
|
'(' is followed by whitespace. |
112
|
|
')' is preceded with whitespace. |
112
|
|
'{' should be on the previous line. |
113
|
|
'}' should be on the same line. |
115
|
|
'{' should be on the previous line. |
117
|
|
Line has trailing spaces. |
120
|
|
Line has trailing spaces. |
122
|
|
'(' is followed by whitespace. |
122
|
|
')' is preceded with whitespace. |
122
|
|
'{' should be on the previous line. |
123
|
|
Line has trailing spaces. |
130
|
|
First sentence should end with a period. |
131
|
|
Line has trailing spaces. |
133
|
|
Line has trailing spaces. |
138
|
|
Method 'writeData' is not designed for extension - needs to be abstract, final or empty. |
138
|
|
'(' is followed by whitespace. |
138
|
|
Parameter dataset should be final. |
138
|
|
Expected @param tag for 'dataset'. |
138
|
|
Parameter beanWriter should be final. |
138
|
|
Expected @param tag for 'beanWriter'. |
138
|
|
')' is preceded with whitespace. |
138
|
|
Line has trailing spaces. |
139
|
|
Expected @throws tag for 'IOException'. |
139
|
|
Expected @throws tag for 'IntrospectionException'. |
139
|
|
Expected @throws tag for 'SAXException'. |
139
|
|
'{' should be on the previous line. |
140
|
|
'(' is followed by whitespace. |
141
|
|
')' is preceded with whitespace. |
141
|
|
Line has trailing spaces. |
146
|
|
Line has trailing spaces. |
155
|
|
Method 'createBeanWriter' is not designed for extension - needs to be abstract, final or empty. |
155
|
|
Parameter outputWriter should be final. |
155
|
|
Parameter resolver should be final. |
156
|
|
')' is preceded with whitespace. |
156
|
|
Line has trailing spaces. |
157
|
|
Expected @throws tag for 'IOException'. |
157
|
|
Redundant throws: 'IOException' is subclass of 'Exception'. |
157
|
|
Line has trailing spaces. |
158
|
|
Expected @throws tag for 'IntrospectionException'. |
158
|
|
Line has trailing spaces. |
159
|
|
Expected @throws tag for 'SAXException'. |
159
|
|
Expected @throws tag for 'Exception'. |
159
|
|
'{' should be on the previous line. |
160
|
org/apache/torque/betwixt/Importer.java
Error |
Line |
|
Line does not match expected header line of ''. |
1
|
|
Line has trailing spaces. |
44
|
|
Line has trailing spaces. |
45
|
|
Line has trailing spaces. |
49
|
|
Line has trailing spaces. |
55
|
|
Line has trailing spaces. |
57
|
|
Line has trailing spaces. |
61
|
|
Line has trailing spaces. |
62
|
|
Line has trailing spaces. |
64
|
|
Line has trailing spaces. |
65
|
|
Line has trailing spaces. |
68
|
|
Line has trailing spaces. |
69
|
|
Line has trailing spaces. |
72
|
|
Line has trailing spaces. |
77
|
|
Comment matches to-do format 'TODO:'. |
78
|
|
Line has trailing spaces. |
79
|
|
Line has trailing spaces. |
82
|
|
'{' should be on the previous line. |
83
|
|
Missing a Javadoc comment. |
84
|
|
Variable 'logger' must be private and have accessor methods. |
84
|
|
Line has trailing spaces. |
85
|
|
First sentence should end with a period. |
86
|
|
Line has trailing spaces. |
88
|
|
First sentence should end with a period. |
89
|
|
First sentence should end with a period. |
92
|
|
Line has trailing spaces. |
94
|
|
First sentence should end with a period. |
95
|
|
First sentence should end with a period. |
98
|
|
First sentence should end with a period. |
101
|
|
First sentence should end with a period. |
104
|
|
Line has trailing spaces. |
107
|
|
Missing a Javadoc comment. |
107
|
|
Line has trailing spaces. |
108
|
|
Missing a Javadoc comment. |
109
|
|
Missing a Javadoc comment. |
110
|
|
Missing a Javadoc comment. |
111
|
|
Missing a Javadoc comment. |
112
|
|
Missing a Javadoc comment. |
113
|
|
Missing a Javadoc comment. |
114
|
|
Line has trailing spaces. |
121
|
|
'{' should be on the previous line. |
122
|
|
Line has trailing spaces. |
125
|
|
Line has trailing spaces. |
130
|
|
'{' should be on the previous line. |
131
|
|
Line has trailing spaces. |
133
|
|
Line has trailing spaces. |
137
|
|
Line has trailing spaces. |
144
|
|
Method 'importData' is not designed for extension - needs to be abstract, final or empty. |
144
|
|
'(' is followed by whitespace. |
144
|
|
Parameter xmlReader should be final. |
144
|
|
Parameter resolver should be final. |
144
|
|
')' is preceded with whitespace. |
144
|
|
Line has trailing spaces. |
145
|
|
Expected @throws tag for 'Exception'. |
145
|
|
'{' should be on the previous line. |
146
|
|
Line has trailing spaces. |
149
|
|
'(' is followed by whitespace. |
150
|
|
')' is preceded with whitespace. |
150
|
|
'(' is followed by whitespace. |
151
|
|
')' is preceded with whitespace. |
151
|
|
Line has trailing spaces. |
152
|
|
'(' is followed by whitespace. |
152
|
|
')' is preceded with whitespace. |
152
|
|
'{' should be on the previous line. |
153
|
|
Line has trailing spaces. |
155
|
|
'(' is followed by whitespace. |
156
|
|
')' is preceded with whitespace. |
156
|
|
Line has trailing spaces. |
158
|
|
Line has trailing spaces. |
161
|
|
Line has trailing spaces. |
164
|
|
Expected an @return tag. |
170
|
|
Method 'parseXML' is not designed for extension - needs to be abstract, final or empty. |
170
|
|
'(' is followed by whitespace. |
170
|
|
Parameter importReader should be final. |
170
|
|
Parameter beanReader should be final. |
170
|
|
')' is preceded with whitespace. |
170
|
|
Expected @throws tag for 'IntrospectionException'. |
171
|
|
Expected @throws tag for 'IOException'. |
171
|
|
Expected @throws tag for 'SAXException'. |
171
|
|
Expected @throws tag for 'Exception'. |
172
|
|
Redundant throws: 'Exception' is subclass of 'IOException'. |
172
|
|
'{' should be on the previous line. |
173
|
|
Line has trailing spaces. |
176
|
|
'{' should be on the previous line. |
177
|
|
Line has trailing spaces. |
179
|
|
'}' should be on the same line. |
179
|
|
Line has trailing spaces. |
180
|
|
'(' is followed by whitespace. |
180
|
|
')' is preceded with whitespace. |
180
|
|
'{' should be on the previous line. |
181
|
|
Line has trailing spaces. |
182
|
|
'+' should be on a new line. |
182
|
|
'+' should be on a new line. |
183
|
|
Line has trailing spaces. |
184
|
|
',' is not followed by whitespace. |
185
|
|
',' is not followed by whitespace. |
186
|
|
'}' should be on the same line. |
188
|
|
Line has trailing spaces. |
189
|
|
'(' is followed by whitespace. |
189
|
|
')' is preceded with whitespace. |
189
|
|
'{' should be on the previous line. |
190
|
|
'+' should be on a new line. |
191
|
|
Line has trailing spaces. |
192
|
|
'+' should be on a new line. |
192
|
|
Line has trailing spaces. |
193
|
|
'+' is not preceded with whitespace. |
193
|
|
'+' is not followed by whitespace. |
193
|
|
',' is not followed by whitespace. |
194
|
|
',' is not followed by whitespace. |
195
|
|
Line has trailing spaces. |
198
|
|
'(' is followed by whitespace. |
198
|
|
')' is preceded with whitespace. |
198
|
|
'{' should be on the previous line. |
199
|
|
'+' should be on a new line. |
200
|
|
',' is not followed by whitespace. |
202
|
|
Line has trailing spaces. |
208
|
|
Line has trailing spaces. |
212
|
|
Line has trailing spaces. |
214
|
|
Line has trailing spaces. |
215
|
|
Line has trailing spaces. |
223
|
|
Method 'createBeanReader' is not designed for extension - needs to be abstract, final or empty. |
223
|
|
'(' is followed by whitespace. |
223
|
|
Parameter resolver should be final. |
223
|
|
')' is preceded with whitespace. |
223
|
|
Line has trailing spaces. |
224
|
|
Expected @throws tag for 'IntrospectionException'. |
224
|
|
Expected @throws tag for 'IOException'. |
224
|
|
Expected @throws tag for 'SAXException'. |
224
|
|
'{' should be on the previous line. |
225
|
|
Line has trailing spaces. |
227
|
|
Line has trailing spaces. |
228
|
|
'{' should be on the previous line. |
228
|
|
'}' should be on the same line. |
230
|
|
Line has trailing spaces. |
231
|
|
'(' is followed by whitespace. |
231
|
|
')' is preceded with whitespace. |
231
|
|
'{' should be on the previous line. |
232
|
|
'}' should be on the same line. |
234
|
|
Line has trailing spaces. |
235
|
|
'(' is followed by whitespace. |
235
|
|
')' is preceded with whitespace. |
235
|
|
'{' should be on the previous line. |
236
|
|
',' is not followed by whitespace. |
238
|
|
Line has trailing spaces. |
240
|
|
Line has trailing spaces. |
242
|
|
Line has trailing spaces. |
244
|
|
'{' should be on the previous line. |
245
|
|
'}' should be on the same line. |
247
|
|
')' is preceded with whitespace. |
248
|
|
'{' should be on the previous line. |
249
|
|
Line has trailing spaces. |
251
|
|
'+' should be on a new line. |
251
|
|
Line has trailing spaces. |
252
|
|
'+' should be on a new line. |
252
|
|
Line has trailing spaces. |
253
|
|
'+' is not followed by whitespace. |
253
|
|
'+' should be on a new line. |
253
|
|
'+' is not preceded with whitespace. |
254
|
|
'+' is not followed by whitespace. |
254
|
|
'+' is not followed by whitespace. |
254
|
|
Line has trailing spaces. |
258
|
|
'(' is followed by whitespace. |
259
|
|
')' is preceded with whitespace. |
259
|
|
'(' is followed by whitespace. |
260
|
|
')' is preceded with whitespace. |
260
|
|
Line has trailing spaces. |
261
|
|
Line has trailing spaces. |
264
|
|
Line has trailing spaces. |
268
|
|
Line has trailing spaces. |
269
|
|
Line has trailing spaces. |
272
|
|
Line has trailing spaces. |
276
|
|
Method 'processDataset' is not designed for extension - needs to be abstract, final or empty. |
276
|
|
'(' is followed by whitespace. |
276
|
|
Parameter records should be final. |
276
|
|
')' is preceded with whitespace. |
276
|
|
Line has trailing spaces. |
277
|
|
Expected @throws tag for 'Exception'. |
277
|
|
'{' should be on the previous line. |
278
|
|
Line has trailing spaces. |
279
|
|
'(' is followed by whitespace. |
279
|
|
')' is preceded with whitespace. |
279
|
|
'{' should be on the previous line. |
280
|
|
Line has trailing spaces. |
282
|
|
'+' should be on a new line. |
282
|
|
'(' is followed by whitespace. |
285
|
|
')' is preceded with whitespace. |
285
|
|
Line has trailing spaces. |
286
|
|
Line has trailing spaces. |
291
|
|
'(' is followed by whitespace. |
291
|
|
')' is preceded with whitespace. |
291
|
|
'{' should be on the previous line. |
292
|
|
'+' is not preceded with whitespace. |
294
|
|
'+' is not followed by whitespace. |
294
|
|
Line has trailing spaces. |
296
|
|
Line has trailing spaces. |
297
|
|
'(' is followed by whitespace. |
297
|
|
')' is preceded with whitespace. |
297
|
|
'{' should be on the previous line. |
298
|
|
'(' is followed by whitespace. |
299
|
|
')' is preceded with whitespace. |
299
|
|
Line has trailing spaces. |
302
|
|
'{' should be on the previous line. |
303
|
|
Line has trailing spaces. |
305
|
|
'(' is followed by whitespace. |
305
|
|
')' is preceded with whitespace. |
305
|
|
'{' should be on the previous line. |
306
|
|
'(' is followed by whitespace. |
310
|
|
Line has trailing spaces. |
311
|
|
'+' should be on a new line. |
311
|
|
Line has trailing spaces. |
312
|
|
'+' should be on a new line. |
312
|
|
Line has trailing spaces. |
313
|
|
'+' should be on a new line. |
313
|
|
Line has trailing spaces. |
315
|
|
Line has trailing spaces. |
316
|
|
'(' is followed by whitespace. |
316
|
|
')' is preceded with whitespace. |
316
|
|
'{' should be on the previous line. |
317
|
|
')' is preceded with whitespace. |
318
|
|
'}' should be on the same line. |
319
|
|
Line has trailing spaces. |
320
|
|
'{' should be on the previous line. |
321
|
|
'(' is followed by whitespace. |
322
|
|
')' is preceded with whitespace. |
322
|
|
Line has trailing spaces. |
324
|
|
'}' should be on the same line. |
324
|
|
Line has trailing spaces. |
325
|
|
'{' should be on the previous line. |
326
|
|
Line has trailing spaces. |
327
|
|
'(' is followed by whitespace. |
329
|
|
')' is preceded with whitespace. |
329
|
|
Line has trailing spaces. |
332
|
|
'}' should be on the same line. |
332
|
|
Line has trailing spaces. |
333
|
|
'(' is followed by whitespace. |
333
|
|
')' is preceded with whitespace. |
333
|
|
'{' should be on the previous line. |
334
|
|
'+' should be on a new line. |
335
|
|
Line has trailing spaces. |
337
|
|
Line has trailing spaces. |
338
|
|
Line has trailing spaces. |
339
|
|
'(' is followed by whitespace. |
340
|
|
'!' is followed by whitespace. |
340
|
|
'||' should be on a new line. |
340
|
|
Line has trailing spaces. |
341
|
|
')' is preceded with whitespace. |
341
|
|
')' is preceded with whitespace. |
341
|
|
'{' should be on the previous line. |
342
|
|
',' is not followed by whitespace. |
343
|
|
',' is not followed by whitespace. |
344
|
|
Line has trailing spaces. |
346
|
|
'(' is followed by whitespace. |
346
|
|
')' is preceded with whitespace. |
346
|
|
'{' should be on the previous line. |
347
|
|
',' is not followed by whitespace. |
349
|
|
Line has trailing spaces. |
351
|
|
Line has trailing spaces. |
352
|
|
'(' is followed by whitespace. |
352
|
|
')' is preceded with whitespace. |
352
|
|
'{' should be on the previous line. |
353
|
|
Line has trailing spaces. |
361
|
|
'{' should be on the previous line. |
362
|
|
'(' is followed by whitespace. |
364
|
|
')' is preceded with whitespace. |
364
|
|
Line has trailing spaces. |
365
|
|
Line has trailing spaces. |
367
|
|
Line has trailing spaces. |
368
|
|
'}' should be on the same line. |
368
|
|
Line has trailing spaces. |
369
|
|
'(' is followed by whitespace. |
369
|
|
')' is preceded with whitespace. |
369
|
|
'{' should be on the previous line. |
370
|
|
Must have at least one statement. |
370
|
|
Line has trailing spaces. |
372
|
|
'}' should be on the same line. |
372
|
|
Line has trailing spaces. |
373
|
|
'{' should be on the previous line. |
374
|
|
Line has trailing spaces. |
375
|
|
'(' is followed by whitespace. |
375
|
|
')' is preceded with whitespace. |
375
|
|
'{' should be on the previous line. |
376
|
|
Line has trailing spaces. |
377
|
|
'(' is followed by whitespace. |
377
|
|
'!' is followed by whitespace. |
377
|
|
')' is preceded with whitespace. |
377
|
|
'{' should be on the previous line. |
378
|
|
Line has trailing spaces. |
385
|
|
Line has trailing spaces. |
389
|
|
Line has trailing spaces. |
393
|
|
Method 'initOptions' is not designed for extension - needs to be abstract, final or empty. |
393
|
|
'(' is followed by whitespace. |
393
|
|
Parameter records should be final. |
393
|
|
')' is preceded with whitespace. |
393
|
|
Redundant throws: 'IllegalArgumentException' is unchecked exception. |
394
|
|
Expected @throws tag for 'Exception'. |
394
|
|
'{' should be on the previous line. |
395
|
|
Line has trailing spaces. |
396
|
|
'action' hides a field. |
397
|
|
Line has trailing spaces. |
398
|
|
'(' is followed by whitespace. |
398
|
|
')' is preceded with whitespace. |
398
|
|
'{' should be on the previous line. |
399
|
|
'(' is followed by whitespace. |
400
|
|
')' is preceded with whitespace. |
400
|
|
Line has trailing spaces. |
401
|
|
'}' should be on the same line. |
401
|
|
Line has trailing spaces. |
402
|
|
'{' should be on the previous line. |
403
|
|
Line has trailing spaces. |
405
|
|
'(' is followed by whitespace. |
405
|
|
'{' should be on the previous line. |
406
|
|
'(' is followed by whitespace. |
407
|
|
')' is preceded with whitespace. |
407
|
|
Line has trailing spaces. |
408
|
|
'}' should be on the same line. |
408
|
|
Line has trailing spaces. |
409
|
|
'(' is followed by whitespace. |
409
|
|
'{' should be on the previous line. |
410
|
|
'(' is followed by whitespace. |
411
|
|
')' is preceded with whitespace. |
411
|
|
Line has trailing spaces. |
412
|
|
'}' should be on the same line. |
412
|
|
Line has trailing spaces. |
413
|
|
'(' is followed by whitespace. |
413
|
|
'{' should be on the previous line. |
414
|
|
'(' is followed by whitespace. |
415
|
|
')' is preceded with whitespace. |
415
|
|
Line has trailing spaces. |
416
|
|
'}' should be on the same line. |
416
|
|
Line has trailing spaces. |
417
|
|
'(' is followed by whitespace. |
417
|
|
'{' should be on the previous line. |
418
|
|
'(' is followed by whitespace. |
419
|
|
')' is preceded with whitespace. |
419
|
|
Line has trailing spaces. |
420
|
|
'}' should be on the same line. |
420
|
|
Line has trailing spaces. |
421
|
|
'{' should be on the previous line. |
422
|
|
Line has trailing spaces. |
423
|
|
'+' should be on a new line. |
424
|
|
',' is not followed by whitespace. |
426
|
|
')' is preceded with whitespace. |
426
|
|
'onError' hides a field. |
430
|
|
Line has trailing spaces. |
431
|
|
'(' is followed by whitespace. |
431
|
|
')' is preceded with whitespace. |
431
|
|
'{' should be on the previous line. |
432
|
|
')' is preceded with whitespace. |
433
|
|
Line has trailing spaces. |
434
|
|
'}' should be on the same line. |
434
|
|
Line has trailing spaces. |
435
|
|
'{' should be on the previous line. |
436
|
|
Line has trailing spaces. |
438
|
|
'(' is followed by whitespace. |
438
|
|
'{' should be on the previous line. |
439
|
|
Line has trailing spaces. |
440
|
|
'(' is followed by whitespace. |
440
|
|
')' is preceded with whitespace. |
440
|
|
Line has trailing spaces. |
441
|
|
'}' should be on the same line. |
441
|
|
Line has trailing spaces. |
442
|
|
'(' is followed by whitespace. |
442
|
|
'{' should be on the previous line. |
443
|
|
Line has trailing spaces. |
444
|
|
'(' is followed by whitespace. |
444
|
|
')' is preceded with whitespace. |
444
|
|
Line has trailing spaces. |
445
|
|
'}' should be on the same line. |
445
|
|
Line has trailing spaces. |
446
|
|
'(' is followed by whitespace. |
446
|
|
'{' should be on the previous line. |
447
|
|
Line has trailing spaces. |
448
|
|
'(' is followed by whitespace. |
448
|
|
')' is preceded with whitespace. |
448
|
|
Line has trailing spaces. |
449
|
|
'}' should be on the same line. |
449
|
|
Line has trailing spaces. |
450
|
|
'{' should be on the previous line. |
451
|
|
Line has trailing spaces. |
452
|
|
'+' is not preceded with whitespace. |
453
|
|
'+' should be on a new line. |
453
|
|
'+' is not preceded with whitespace. |
454
|
|
'+' is not followed by whitespace. |
454
|
|
'+' is not preceded with whitespace. |
454
|
|
'+' is not followed by whitespace. |
454
|
|
'(' is followed by whitespace. |
455
|
|
')' is preceded with whitespace. |
455
|
|
'+' is not preceded with whitespace. |
459
|
|
'+' is not followed by whitespace. |
459
|
|
'+' is not preceded with whitespace. |
459
|
|
'+' is not followed by whitespace. |
459
|
|
'+' is not preceded with whitespace. |
459
|
|
'+' is not followed by whitespace. |
459
|
|
'+' is not preceded with whitespace. |
460
|
|
'+' is not followed by whitespace. |
460
|
|
'+' is not preceded with whitespace. |
460
|
|
'+' is not followed by whitespace. |
460
|
|
'+' is not preceded with whitespace. |
460
|
|
'+' is not followed by whitespace. |
460
|
|
Line has trailing spaces. |
462
|
|
Line has trailing spaces. |
465
|
|
Line has trailing spaces. |
469
|
|
Method 'startTransaction' is not designed for extension - needs to be abstract, final or empty. |
469
|
|
'(' is followed by whitespace. |
469
|
|
Parameter record should be final. |
469
|
|
Expected @param tag for 'record'. |
469
|
|
')' is preceded with whitespace. |
469
|
|
Line has trailing spaces. |
470
|
|
Expected @throws tag for 'TorqueException'. |
470
|
|
'{' should be on the previous line. |
471
|
|
Line has trailing spaces. |
473
|
|
'(' is followed by whitespace. |
473
|
|
')' is preceded with whitespace. |
473
|
|
'{' should be on the previous line. |
474
|
|
'}' should be on the same line. |
477
|
|
Line has trailing spaces. |
478
|
|
'{' should be on the previous line. |
479
|
|
Line has trailing spaces. |
484
|
|
Line has trailing spaces. |
488
|
|
Line has trailing spaces. |
490
|
|
Line has trailing spaces. |
492
|
|
Line has trailing spaces. |
494
|
|
Method 'findRecordHandler' is not designed for extension - needs to be abstract, final or empty. |
494
|
|
'(' is followed by whitespace. |
494
|
|
Parameter record should be final. |
494
|
|
')' is preceded with whitespace. |
494
|
|
Line has trailing spaces. |
495
|
|
Expected @throws tag for 'CloneNotSupportedException'. |
495
|
|
'{' should be on the previous line. |
496
|
|
Line has trailing spaces. |
499
|
|
'(' is followed by whitespace. |
499
|
|
')' is preceded with whitespace. |
499
|
|
'{' should be on the previous line. |
500
|
|
Line has trailing spaces. |
502
|
|
'(' is followed by whitespace. |
502
|
|
')' is preceded with whitespace. |
502
|
|
'{' should be on the previous line. |
503
|
|
Line has trailing spaces. |
510
|
|
Line has trailing spaces. |
514
|
|
Method 'rollbackTransaction' is not designed for extension - needs to be abstract, final or empty. |
514
|
|
'(' is followed by whitespace. |
514
|
|
')' is preceded with whitespace. |
514
|
|
Expected @throws tag for 'Exception'. |
514
|
|
'{' should be on the previous line. |
515
|
|
Line has trailing spaces. |
516
|
|
'(' is followed by whitespace. |
517
|
|
')' is preceded with whitespace. |
518
|
|
Line has trailing spaces. |
519
|
|
Line has trailing spaces. |
520
|
|
'{' should be on the previous line. |
521
|
|
'(' is followed by whitespace. |
525
|
|
')' is preceded with whitespace. |
526
|
|
Line has trailing spaces. |
527
|
|
'}' should be on the same line. |
527
|
|
Line has trailing spaces. |
528
|
|
'{' should be on the previous line. |
529
|
|
'(' is followed by whitespace. |
531
|
|
')' is preceded with whitespace. |
531
|
|
Line has trailing spaces. |
534
|
|
Line has trailing spaces. |
536
|
|
Line has trailing spaces. |
537
|
|
Line has trailing spaces. |
538
|
|
Line has trailing spaces. |
539
|
|
Line has trailing spaces. |
540
|
|
Line has trailing spaces. |
543
|
|
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
543
|
|
'(' is followed by whitespace. |
543
|
|
')' is preceded with whitespace. |
543
|
|
Line has trailing spaces. |
544
|
|
Redundant throws: 'IllegalStateException' is unchecked exception. |
544
|
|
'{' should be on the previous line. |
545
|
|
Line has trailing spaces. |
546
|
|
'(' is followed by whitespace. |
546
|
|
')' is preceded with whitespace. |
546
|
|
'{' should be on the previous line. |
547
|
|
Line has trailing spaces. |
548
|
|
Line has trailing spaces. |
550
|
|
Line has trailing spaces. |
554
|
|
Line has trailing spaces. |
557
|
|
Line has trailing spaces. |
560
|
|
Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. |
560
|
|
Parameter connection should be final. |
560
|
|
'connection' hides a field. |
560
|
|
'{' should be on the previous line. |
561
|
|
Line has trailing spaces. |
564
|
|
Line has trailing spaces. |
566
|
|
Line has trailing spaces. |
568
|
|
Line has trailing spaces. |
569
|
|
Method 'notifyListeners' is not designed for extension - needs to be abstract, final or empty. |
572
|
|
Parameter recordNum should be final. |
572
|
|
Expected @param tag for 'recordNum'. |
572
|
|
Parameter action should be final. |
572
|
|
'action' hides a field. |
572
|
|
Expected @param tag for 'action'. |
572
|
|
Parameter info should be final. |
572
|
|
Expected @param tag for 'info'. |
572
|
|
')' is preceded with whitespace. |
572
|
|
Expected @throws tag for 'Exception'. |
573
|
|
'{' should be on the previous line. |
574
|
|
'(' is followed by whitespace. |
575
|
|
'+' is not preceded with whitespace. |
575
|
|
'+' is not followed by whitespace. |
575
|
|
'+' is not preceded with whitespace. |
575
|
|
'+' is not followed by whitespace. |
575
|
|
'+' is not preceded with whitespace. |
575
|
|
'+' is not followed by whitespace. |
575
|
|
'+' is not preceded with whitespace. |
575
|
|
'+' is not followed by whitespace. |
575
|
|
'+' is not preceded with whitespace. |
575
|
|
'+' is not followed by whitespace. |
575
|
|
')' is preceded with whitespace. |
575
|
|
Line has trailing spaces. |
576
|
|
'(' is followed by whitespace. |
576
|
|
')' is preceded with whitespace. |
576
|
|
'{' should be on the previous line. |
577
|
|
Line has trailing spaces. |
579
|
|
'(' is followed by whitespace. |
579
|
|
')' is preceded with whitespace. |
579
|
|
'{' should be on the previous line. |
580
|
|
')' is preceded with whitespace. |
582
|
|
Line has trailing spaces. |
586
|
|
Line has trailing spaces. |
588
|
|
Line has trailing spaces. |
589
|
|
Line has trailing spaces. |
592
|
|
Method 'registerListener' is not designed for extension - needs to be abstract, final or empty. |
592
|
|
'(' is followed by whitespace. |
592
|
|
Parameter listener should be final. |
592
|
|
Expected @param tag for 'listener'. |
592
|
|
')' is preceded with whitespace. |
592
|
|
'{' should be on the previous line. |
593
|
|
Line has trailing spaces. |
594
|
|
'(' is followed by whitespace. |
594
|
|
'!' is followed by whitespace. |
594
|
|
'{' should be on the previous line. |
595
|
|
Line has trailing spaces. |
599
|
|
Line has trailing spaces. |
601
|
|
Line has trailing spaces. |
602
|
|
Line has trailing spaces. |
605
|
|
Method 'deregisterListener' is not designed for extension - needs to be abstract, final or empty. |
605
|
|
'(' is followed by whitespace. |
605
|
|
Parameter listener should be final. |
605
|
|
Expected @param tag for 'listener'. |
605
|
|
')' is preceded with whitespace. |
605
|
|
'{' should be on the previous line. |
606
|
|
Line has trailing spaces. |
609
|
|
Line has trailing spaces. |
612
|
|
Line has trailing spaces. |
615
|
|
Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. |
615
|
|
'{' should be on the previous line. |
616
|
|
Line has trailing spaces. |
617
|
|
'(' is followed by whitespace. |
617
|
|
')' is preceded with whitespace. |
617
|
|
'{' should be on the previous line. |
618
|
|
Line has trailing spaces. |
623
|
|
Line has trailing spaces. |
627
|
|
Line has trailing spaces. |
631
|
|
Method 'registerHandler' is not designed for extension - needs to be abstract, final or empty. |
631
|
|
'(' is followed by whitespace. |
631
|
|
Parameter recordType should be final. |
631
|
|
Expected @param tag for 'recordType'. |
631
|
|
Parameter handler should be final. |
632
|
|
Expected @param tag for 'handler'. |
632
|
|
')' is preceded with whitespace. |
632
|
|
'{' should be on the previous line. |
633
|
|
Line has trailing spaces. |
634
|
|
'(' is followed by whitespace. |
634
|
|
')' is preceded with whitespace. |
634
|
|
'{' should be on the previous line. |
635
|
|
')' is preceded with whitespace. |
638
|
|
Line has trailing spaces. |
640
|
|
Line has trailing spaces. |
644
|
|
Line has trailing spaces. |
647
|
|
Method 'getHandlers' is not designed for extension - needs to be abstract, final or empty. |
647
|
|
'{' should be on the previous line. |
648
|
|
Line has trailing spaces. |
654
|
|
Line has trailing spaces. |
657
|
|
Method 'setHandlers' is not designed for extension - needs to be abstract, final or empty. |
657
|
|
Parameter handlers should be final. |
657
|
|
'handlers' hides a field. |
657
|
|
'{' should be on the previous line. |
658
|
|
Line has trailing spaces. |
665
|
|
Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
665
|
|
'{' should be on the previous line. |
666
|
|
Line has trailing spaces. |
673
|
|
Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
673
|
|
Parameter action should be final. |
673
|
|
'action' hides a field. |
673
|
|
'{' should be on the previous line. |
674
|
|
Line has trailing spaces. |
681
|
|
Method 'getOnError' is not designed for extension - needs to be abstract, final or empty. |
681
|
|
'{' should be on the previous line. |
682
|
|
Line has trailing spaces. |
689
|
|
Method 'setOnError' is not designed for extension - needs to be abstract, final or empty. |
689
|
|
Parameter onError should be final. |
689
|
|
'onError' hides a field. |
689
|
|
'{' should be on the previous line. |
690
|
|
Line has trailing spaces. |
694
|
|
Method 'warning' is not designed for extension - needs to be abstract, final or empty. |
694
|
|
Missing a Javadoc comment. |
694
|
|
Parameter e should be final. |
694
|
|
'{' should be on the previous line. |
695
|
|
Line has trailing spaces. |
696
|
|
'{' should be on the previous line. |
697
|
|
Line has trailing spaces. |
698
|
|
'(' is followed by whitespace. |
698
|
|
Line has trailing spaces. |
699
|
|
'+' should be on a new line. |
699
|
|
Line has trailing spaces. |
700
|
|
'+' should be on a new line. |
700
|
|
'+' should be on a new line. |
701
|
|
Line has trailing spaces. |
703
|
|
'}' should be on the same line. |
703
|
|
Line has trailing spaces. |
704
|
|
')' is preceded with whitespace. |
704
|
|
'{' should be on the previous line. |
705
|
|
Line has trailing spaces. |
706
|
|
'+' should be on a new line. |
706
|
|
')' is preceded with whitespace. |
708
|
|
Line has trailing spaces. |
714
|
|
Method 'error' is not designed for extension - needs to be abstract, final or empty. |
714
|
|
Missing a Javadoc comment. |
714
|
|
Parameter e should be final. |
714
|
|
'{' should be on the previous line. |
715
|
|
Line has trailing spaces. |
716
|
|
'{' should be on the previous line. |
717
|
|
Line has trailing spaces. |
718
|
|
'(' is followed by whitespace. |
718
|
|
'+' should be on a new line. |
718
|
|
Line has trailing spaces. |
719
|
|
'+' should be on a new line. |
719
|
|
Line has trailing spaces. |
720
|
|
'+' should be on a new line. |
720
|
|
Line has trailing spaces. |
722
|
|
'}' should be on the same line. |
722
|
|
Line has trailing spaces. |
723
|
|
')' is preceded with whitespace. |
723
|
|
'{' should be on the previous line. |
724
|
|
Line has trailing spaces. |
725
|
|
'+' should be on a new line. |
725
|
|
')' is preceded with whitespace. |
727
|
|
Line has trailing spaces. |
733
|
|
Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. |
733
|
|
Missing a Javadoc comment. |
733
|
|
Parameter e should be final. |
733
|
|
'{' should be on the previous line. |
734
|
|
Line has trailing spaces. |
735
|
|
'{' should be on the previous line. |
736
|
|
Line has trailing spaces. |
737
|
|
'(' is followed by whitespace. |
737
|
|
'+' should be on a new line. |
737
|
|
Line has trailing spaces. |
738
|
|
'+' should be on a new line. |
738
|
|
'+' should be on a new line. |
739
|
|
Line has trailing spaces. |
741
|
|
'}' should be on the same line. |
741
|
|
Line has trailing spaces. |
742
|
|
')' is preceded with whitespace. |
742
|
|
'{' should be on the previous line. |
743
|
|
Line has trailing spaces. |
744
|
|
'+' should be on a new line. |
744
|
|
')' is preceded with whitespace. |
746
|
|
Line has trailing spaces. |
755
|
|
Method 'isErrorParsing' is not designed for extension - needs to be abstract, final or empty. |
755
|
|
'{' should be on the previous line. |
756
|
|
Line has trailing spaces. |
763
|
|
Method 'setErrorParsing' is not designed for extension - needs to be abstract, final or empty. |
763
|
|
Parameter errorParsing should be final. |
763
|
|
'errorParsing' hides a field. |
763
|
|
'{' should be on the previous line. |
764
|
|
Line has trailing spaces. |
767
|
|
Line has trailing spaces. |
770
|
|
Line has trailing spaces. |
774
|
|
Method 'simpleClassName' is not designed for extension - needs to be abstract, final or empty. |
774
|
|
'(' is followed by whitespace. |
774
|
|
Parameter c should be final. |
774
|
|
')' is preceded with whitespace. |
774
|
|
'{' should be on the previous line. |
775
|
|
'+' is not preceded with whitespace. |
777
|
|
'+' is not followed by whitespace. |
777
|
|
Line has trailing spaces. |
781
|
|
Line has trailing spaces. |
783
|
|
Line has trailing spaces. |
786
|
|
Method 'getDatasetRecordNumber' is not designed for extension - needs to be abstract, final or empty. |
786
|
|
'{' should be on the previous line. |
787
|
|
Line has trailing spaces. |
792
|
|
Line has trailing spaces. |
794
|
|
Line has trailing spaces. |
797
|
|
Method 'setDatasetRecordNumber' is not designed for extension - needs to be abstract, final or empty. |
797
|
|
Parameter datasetRecordNumber should be final. |
797
|
|
'datasetRecordNumber' hides a field. |
797
|
|
'{' should be on the previous line. |
798
|
org/apache/torque/betwixt/RecordHandler.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
23
|
|
Line has trailing spaces. |
24
|
|
Line has trailing spaces. |
28
|
|
'{' should be on the previous line. |
32
|
|
Line has trailing spaces. |
37
|
|
Line has trailing spaces. |
38
|
|
Line has trailing spaces. |
41
|
|
Line has trailing spaces. |
43
|
|
Line has trailing spaces. |
47
|
|
Redundant 'public' modifier. |
47
|
|
'(' is followed by whitespace. |
47
|
|
')' is preceded with whitespace. |
47
|
|
Expected @throws tag for 'Exception'. |
48
|
|
Line has trailing spaces. |
49
|
|
Line has trailing spaces. |
51
|
|
Line has trailing spaces. |
53
|
|
Line has trailing spaces. |
54
|
|
Line has trailing spaces. |
57
|
|
Line has trailing spaces. |
59
|
|
Redundant 'public' modifier. |
63
|
|
'(' is followed by whitespace. |
63
|
|
')' is preceded with whitespace. |
63
|
|
Expected @throws tag for 'Exception'. |
64
|
|
Line has trailing spaces. |
65
|
|
Line has trailing spaces. |
69
|
|
Expected an @return tag. |
73
|
|
Line has trailing spaces. |
73
|
|
Redundant 'public' modifier. |
73
|
|
Expected @throws tag for 'CloneNotSupportedException'. |
73
|
org/apache/torque/betwixt/Resolver.java
Error |
Line |
|
Line does not match expected header line of ''. |
1
|
|
Line has trailing spaces. |
31
|
|
Line has trailing spaces. |
35
|
|
Line has trailing spaces. |
39
|
|
Line has trailing spaces. |
42
|
|
Line has trailing spaces. |
50
|
|
Line has trailing spaces. |
54
|
|
Line has trailing spaces. |
57
|
|
'{' should be on the previous line. |
58
|
|
Missing a Javadoc comment. |
59
|
|
Variable 'logger' must be private and have accessor methods. |
59
|
|
Line has trailing spaces. |
60
|
|
Missing a Javadoc comment. |
61
|
|
Missing a Javadoc comment. |
62
|
|
Missing a Javadoc comment. |
63
|
|
Missing a Javadoc comment. |
64
|
|
Missing a Javadoc comment. |
65
|
|
Line has trailing spaces. |
69
|
|
Line has trailing spaces. |
71
|
|
'{' should be on the previous line. |
72
|
|
Line has trailing spaces. |
75
|
|
Line has trailing spaces. |
76
|
|
Missing a Javadoc comment. |
76
|
|
'(' is followed by whitespace. |
76
|
|
Parameter dtdPackage should be final. |
76
|
|
'dtdPackage' hides a field. |
76
|
|
')' is preceded with whitespace. |
76
|
|
'{' should be on the previous line. |
77
|
|
'(' is followed by whitespace. |
79
|
|
Line has trailing spaces. |
85
|
|
Line has trailing spaces. |
86
|
|
Line has trailing spaces. |
89
|
|
Line has trailing spaces. |
91
|
|
Line has trailing spaces. |
93
|
|
Line has trailing spaces. |
96
|
|
Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. |
99
|
|
'(' is followed by whitespace. |
99
|
|
Parameter publicID should be final. |
99
|
|
Parameter systemID should be final. |
99
|
|
')' is preceded with whitespace. |
99
|
|
Line has trailing spaces. |
100
|
|
Expected @throws tag for 'SAXException'. |
100
|
|
Expected @throws tag for 'IOException'. |
100
|
|
'{' should be on the previous line. |
101
|
|
'+' is not preceded with whitespace. |
105
|
|
'+' is not followed by whitespace. |
105
|
|
Line has trailing spaces. |
106
|
|
'(' is followed by whitespace. |
106
|
|
'!' is followed by whitespace. |
106
|
|
'{' should be on the previous line. |
107
|
|
Line has trailing spaces. |
108
|
|
'(' is followed by whitespace. |
108
|
|
'!' is followed by whitespace. |
108
|
|
'{' should be on the previous line. |
109
|
|
'+' is not preceded with whitespace. |
110
|
|
'+' is not followed by whitespace. |
110
|
|
'+' is not preceded with whitespace. |
110
|
|
'+' is not followed by whitespace. |
110
|
|
Line has trailing spaces. |
112
|
|
Line has trailing spaces. |
113
|
|
'{' should be on the previous line. |
114
|
|
'(' is followed by whitespace. |
115
|
|
')' is preceded with whitespace. |
115
|
|
'}' should be on the same line. |
116
|
|
Line has trailing spaces. |
117
|
|
'(' is followed by whitespace. |
117
|
|
')' is preceded with whitespace. |
117
|
|
'{' should be on the previous line. |
118
|
|
'+' should be on a new line. |
119
|
|
'(' is followed by whitespace. |
122
|
|
Line has trailing spaces. |
124
|
|
'(' is followed by whitespace. |
124
|
|
')' is preceded with whitespace. |
124
|
|
Line has trailing spaces. |
125
|
|
'{' should be on the previous line. |
125
|
|
Line has trailing spaces. |
129
|
|
Line has trailing spaces. |
132
|
|
'(' is followed by whitespace. |
132
|
|
'!' is followed by whitespace. |
132
|
|
'{' should be on the previous line. |
133
|
|
Line has trailing spaces. |
134
|
|
'(' is followed by whitespace. |
134
|
|
'!' is followed by whitespace. |
134
|
|
'{' should be on the previous line. |
135
|
|
'+' is not preceded with whitespace. |
136
|
|
'+' is not followed by whitespace. |
136
|
|
'+' is not preceded with whitespace. |
136
|
|
'+' is not followed by whitespace. |
136
|
|
Line has trailing spaces. |
138
|
|
Line has trailing spaces. |
139
|
|
'{' should be on the previous line. |
140
|
|
'(' is followed by whitespace. |
141
|
|
')' is preceded with whitespace. |
141
|
|
'}' should be on the same line. |
142
|
|
Line has trailing spaces. |
143
|
|
'(' is followed by whitespace. |
143
|
|
')' is preceded with whitespace. |
143
|
|
'{' should be on the previous line. |
144
|
|
'+' should be on a new line. |
145
|
|
'(' is followed by whitespace. |
148
|
|
Line has trailing spaces. |
150
|
|
'(' is followed by whitespace. |
150
|
|
')' is preceded with whitespace. |
150
|
|
Line has trailing spaces. |
151
|
|
'{' should be on the previous line. |
151
|
|
Line has trailing spaces. |
158
|
|
Line has trailing spaces. |
161
|
|
Line has trailing spaces. |
165
|
|
Method 'resolveBetwixtFile' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
'(' is followed by whitespace. |
165
|
|
')' is preceded with whitespace. |
165
|
|
Expected @throws tag for 'Exception'. |
165
|
|
'{' should be on the previous line. |
166
|
|
Line has trailing spaces. |
169
|
|
'(' is followed by whitespace. |
169
|
|
'!' is followed by whitespace. |
169
|
|
'{' should be on the previous line. |
170
|
|
Line has trailing spaces. |
171
|
|
'{' should be on the previous line. |
172
|
|
'(' is followed by whitespace. |
173
|
|
')' is preceded with whitespace. |
173
|
|
Line has trailing spaces. |
174
|
|
'}' should be on the same line. |
174
|
|
Line has trailing spaces. |
175
|
|
'(' is followed by whitespace. |
175
|
|
')' is preceded with whitespace. |
175
|
|
'{' should be on the previous line. |
176
|
|
'+' should be on a new line. |
177
|
|
Line has trailing spaces. |
182
|
|
'(' is followed by whitespace. |
182
|
|
')' is preceded with whitespace. |
182
|
|
Line has trailing spaces. |
183
|
|
'{' should be on the previous line. |
183
|
|
'+' should be on a new line. |
187
|
|
'(' is followed by whitespace. |
190
|
|
')' is preceded with whitespace. |
190
|
|
Line has trailing spaces. |
193
|
|
Line has trailing spaces. |
196
|
|
Line has trailing spaces. |
197
|
|
Method 'getBewtixtFileName' is not designed for extension - needs to be abstract, final or empty. |
199
|
|
Line has trailing spaces. |
201
|
|
'(' is followed by whitespace. |
201
|
|
'!' is followed by whitespace. |
201
|
|
'{' should be on the previous line. |
202
|
|
Line has trailing spaces. |
203
|
|
'(' is followed by whitespace. |
203
|
|
'!' is followed by whitespace. |
203
|
|
'{' should be on the previous line. |
204
|
|
'+' is not preceded with whitespace. |
205
|
|
'+' is not followed by whitespace. |
205
|
|
'+' is not preceded with whitespace. |
205
|
|
'+' is not followed by whitespace. |
205
|
|
Line has trailing spaces. |
213
|
|
Line has trailing spaces. |
216
|
|
Line has trailing spaces. |
218
|
|
Method 'makeInputSource' is not designed for extension - needs to be abstract, final or empty. |
218
|
|
'(' is followed by whitespace. |
218
|
|
Parameter packageFileName should be final. |
218
|
|
Expected @param tag for 'packageFileName'. |
218
|
|
')' is preceded with whitespace. |
218
|
|
Line has trailing spaces. |
219
|
|
Expected @throws tag for 'Exception'. |
219
|
|
'{' should be on the previous line. |
220
|
|
Line has trailing spaces. |
222
|
|
Line has trailing spaces. |
225
|
|
'{' should be on the previous line. |
226
|
|
'}' should be on the same line. |
229
|
|
Line has trailing spaces. |
230
|
|
'{' should be on the previous line. |
231
|
|
')' is preceded with whitespace. |
232
|
|
Line has trailing spaces. |
236
|
|
Line has trailing spaces. |
241
|
|
Line has trailing spaces. |
243
|
|
Line has trailing spaces. |
246
|
|
Expected an @return tag. |
249
|
|
Line has trailing spaces. |
249
|
|
Method 'resolveDtdUri' is not designed for extension - needs to be abstract, final or empty. |
249
|
|
Line has trailing spaces. |
250
|
|
Redundant throws: 'IllegalStateException' is unchecked exception. |
250
|
|
'{' should be on the previous line. |
251
|
|
Line has trailing spaces. |
254
|
|
'(' is followed by whitespace. |
254
|
|
')' is preceded with whitespace. |
254
|
|
'{' should be on the previous line. |
255
|
|
Line has trailing spaces. |
258
|
|
Line has trailing spaces. |
260
|
|
'(' is followed by whitespace. |
260
|
|
'!' is followed by whitespace. |
260
|
|
'{' should be on the previous line. |
261
|
|
Line has trailing spaces. |
262
|
|
'(' is followed by whitespace. |
262
|
|
'!' is followed by whitespace. |
262
|
|
'{' should be on the previous line. |
263
|
|
'+' is not preceded with whitespace. |
264
|
|
'+' is not followed by whitespace. |
264
|
|
'+' is not preceded with whitespace. |
264
|
|
'+' is not followed by whitespace. |
264
|
|
Line has trailing spaces. |
268
|
|
'{' should be on the previous line. |
269
|
|
Line has trailing spaces. |
282
|
|
Line has trailing spaces. |
283
|
|
Line has trailing spaces. |
286
|
|
Method 'getDtdFileName' is not designed for extension - needs to be abstract, final or empty. |
286
|
|
'{' should be on the previous line. |
287
|
|
Line has trailing spaces. |
294
|
|
Line has trailing spaces. |
297
|
|
Method 'setDtdFileName' is not designed for extension - needs to be abstract, final or empty. |
297
|
|
Parameter dtdFileName should be final. |
297
|
|
'dtdFileName' hides a field. |
297
|
|
'{' should be on the previous line. |
298
|
|
Line has trailing spaces. |
306
|
|
Line has trailing spaces. |
309
|
|
Method 'getDtdPackage' is not designed for extension - needs to be abstract, final or empty. |
309
|
|
'{' should be on the previous line. |
310
|
|
Line has trailing spaces. |
311
|
|
'(' is followed by whitespace. |
311
|
|
')' is preceded with whitespace. |
311
|
|
'{' should be on the previous line. |
312
|
|
Line has trailing spaces. |
322
|
|
Line has trailing spaces. |
325
|
|
Method 'setDtdPackage' is not designed for extension - needs to be abstract, final or empty. |
325
|
|
Parameter dtdPackage should be final. |
325
|
|
'dtdPackage' hides a field. |
325
|
|
'{' should be on the previous line. |
326
|
|
Line has trailing spaces. |
327
|
|
'(' is followed by whitespace. |
327
|
|
'{' should be on the previous line. |
328
|
|
Line has trailing spaces. |
337
|
|
Line has trailing spaces. |
340
|
|
Method 'getMapFileName' is not designed for extension - needs to be abstract, final or empty. |
340
|
|
'{' should be on the previous line. |
341
|
|
Line has trailing spaces. |
348
|
|
Line has trailing spaces. |
351
|
|
Method 'setMapFileName' is not designed for extension - needs to be abstract, final or empty. |
351
|
|
Parameter mapFileName should be final. |
351
|
|
'mapFileName' hides a field. |
351
|
|
'{' should be on the previous line. |
352
|
|
Line has trailing spaces. |
357
|
|
Line has trailing spaces. |
360
|
|
Line has trailing spaces. |
363
|
|
Method 'getMapFilePackage' is not designed for extension - needs to be abstract, final or empty. |
363
|
|
'{' should be on the previous line. |
364
|
|
Line has trailing spaces. |
369
|
|
Line has trailing spaces. |
372
|
|
Line has trailing spaces. |
375
|
|
Method 'setMapFilePackage' is not designed for extension - needs to be abstract, final or empty. |
375
|
|
Parameter mapFilePackage should be final. |
375
|
|
'mapFilePackage' hides a field. |
375
|
|
'{' should be on the previous line. |
376
|
|
First sentence should end with a period. |
380
|
|
Line has trailing spaces. |
382
|
|
Line has trailing spaces. |
385
|
|
Method 'getDtdUri' is not designed for extension - needs to be abstract, final or empty. |
385
|
|
'{' should be on the previous line. |
386
|
|
Line has trailing spaces. |
393
|
|
Line has trailing spaces. |
396
|
|
Method 'setDtdUri' is not designed for extension - needs to be abstract, final or empty. |
396
|
|
Parameter dtdURI should be final. |
396
|
|
'{' should be on the previous line. |
397
|
org/apache/torque/betwixt/XMLEventListener.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
22
|
|
Line has trailing spaces. |
24
|
|
Line has trailing spaces. |
25
|
|
Line has trailing spaces. |
29
|
|
'{' should be on the previous line. |
30
|
|
Line has trailing spaces. |
35
|
|
Line has trailing spaces. |
36
|
|
Line has trailing spaces. |
40
|
|
Redundant 'public' modifier. |
40
|
|
'(' is followed by whitespace. |
40
|
|
Line has trailing spaces. |
41
|
|
Expected @param tag for 'action'. |
41
|
|
Expected @param tag for 'info'. |
42
|
|
')' is preceded with whitespace. |
42
|
|
Expected @throws tag for 'Exception'. |
43
|
org/apache/torque/betwixt/XMLEventNotifier.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
28
|
|
Line has trailing spaces. |
31
|
|
'{' should be on the previous line. |
32
|
|
Missing a Javadoc comment. |
33
|
|
Variable 'logger' must be private and have accessor methods. |
33
|
|
Line has trailing spaces. |
34
|
|
First sentence should end with a period. |
35
|
|
Line has trailing spaces. |
37
|
|
First sentence should end with a period. |
38
|
|
Line has trailing spaces. |
40
|
|
First sentence should end with a period. |
41
|
|
Name 'EXPORT_START' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
42
|
|
Variable 'EXPORT_START' must be private and have accessor methods. |
42
|
|
First sentence should end with a period. |
44
|
|
Name 'EXPORT_RECORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
|
Variable 'EXPORT_RECORD' must be private and have accessor methods. |
45
|
|
First sentence should end with a period. |
47
|
|
Name 'EXPORT_END' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
48
|
|
Variable 'EXPORT_END' must be private and have accessor methods. |
48
|
|
Line has trailing spaces. |
49
|
|
First sentence should end with a period. |
50
|
|
First sentence should end with a period. |
53
|
|
First sentence should end with a period. |
56
|
|
First sentence should end with a period. |
59
|
|
First sentence should end with a period. |
62
|
|
First sentence should end with a period. |
65
|
|
Missing a Javadoc comment. |
68
|
|
Line has trailing spaces. |
70
|
|
Missing a Javadoc comment. |
70
|
|
'{' should be on the previous line. |
71
|
|
Line has trailing spaces. |
75
|
|
Line has trailing spaces. |
77
|
|
Line has trailing spaces. |
78
|
|
Line has trailing spaces. |
79
|
|
Method 'notifyListeners' is not designed for extension - needs to be abstract, final or empty. |
83
|
|
Parameter recordNum should be final. |
83
|
|
Parameter action should be final. |
83
|
|
Parameter info should be final. |
83
|
|
')' is preceded with whitespace. |
83
|
|
Expected @throws tag for 'Exception'. |
84
|
|
'{' should be on the previous line. |
85
|
|
'(' is followed by whitespace. |
86
|
|
'+' is not preceded with whitespace. |
86
|
|
'+' is not followed by whitespace. |
86
|
|
'+' is not preceded with whitespace. |
86
|
|
'+' is not followed by whitespace. |
86
|
|
')' is preceded with whitespace. |
86
|
|
Line has trailing spaces. |
87
|
|
'(' is followed by whitespace. |
87
|
|
')' is preceded with whitespace. |
87
|
|
'{' should be on the previous line. |
88
|
|
Line has trailing spaces. |
90
|
|
'(' is followed by whitespace. |
90
|
|
')' is preceded with whitespace. |
90
|
|
'{' should be on the previous line. |
91
|
|
'(' is followed by whitespace. |
93
|
|
')' is preceded with whitespace. |
93
|
|
Line has trailing spaces. |
97
|
|
Line has trailing spaces. |
99
|
|
Line has trailing spaces. |
100
|
|
Line has trailing spaces. |
103
|
|
Method 'registerListener' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
'(' is followed by whitespace. |
103
|
|
Parameter listener should be final. |
103
|
|
')' is preceded with whitespace. |
103
|
|
'{' should be on the previous line. |
104
|
|
Line has trailing spaces. |
105
|
|
'(' is followed by whitespace. |
105
|
|
'!' is followed by whitespace. |
105
|
|
'{' should be on the previous line. |
106
|
|
Line has trailing spaces. |
110
|
|
Line has trailing spaces. |
112
|
|
Line has trailing spaces. |
113
|
|
Line has trailing spaces. |
116
|
|
Method 'deregisterListener' is not designed for extension - needs to be abstract, final or empty. |
116
|
|
'(' is followed by whitespace. |
116
|
|
Parameter listener should be final. |
116
|
|
')' is preceded with whitespace. |
116
|
|
'{' should be on the previous line. |
117
|
|
Line has trailing spaces. |
120
|
|
Line has trailing spaces. |
123
|
|
Line has trailing spaces. |
126
|
|
Method 'getListeners' is not designed for extension - needs to be abstract, final or empty. |
126
|
|
'{' should be on the previous line. |
127
|
|
Line has trailing spaces. |
128
|
|
'(' is followed by whitespace. |
128
|
|
')' is preceded with whitespace. |
128
|
|
'{' should be on the previous line. |
129
|
org/apache/torque/betwixt/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
org/apache/torque/betwixt/util/BaseObjectRecordHandler.java
Error |
Line |
|
Line does not match expected header line of ''. |
1
|
|
Line has trailing spaces. |
35
|
|
Line has trailing spaces. |
39
|
|
Line has trailing spaces. |
40
|
|
Line has trailing spaces. |
41
|
|
Line has trailing spaces. |
44
|
|
Line has trailing spaces. |
46
|
|
Line has trailing spaces. |
47
|
|
Line has trailing spaces. |
52
|
|
Missing a Javadoc comment. |
53
|
|
Variable 'logger' must be private and have accessor methods. |
53
|
|
First sentence should end with a period. |
55
|
|
Line has trailing spaces. |
58
|
|
'{' should be on the previous line. |
59
|
|
Method 'addUpdateRecord' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Parameter record should be final. |
67
|
|
Parameter dispatcher should be final. |
67
|
|
Line has trailing spaces. |
68
|
|
'{' should be on the previous line. |
69
|
|
'(' is followed by whitespace. |
72
|
|
')' is preceded with whitespace. |
72
|
|
'(' is followed by whitespace. |
73
|
|
')' is preceded with whitespace. |
73
|
|
'+' is not preceded with whitespace. |
75
|
|
'+' should be on a new line. |
75
|
|
'(' is followed by whitespace. |
81
|
|
')' is preceded with whitespace. |
81
|
|
Line has trailing spaces. |
84
|
|
'(' is followed by whitespace. |
85
|
|
')' is preceded with whitespace. |
85
|
|
'+' is not preceded with whitespace. |
87
|
|
'+' should be on a new line. |
87
|
|
'(' is followed by whitespace. |
93
|
|
')' is preceded with whitespace. |
93
|
|
Method 'deleteRecord' is not designed for extension - needs to be abstract, final or empty. |
100
|
|
Missing a Javadoc comment. |
100
|
|
Parameter record should be final. |
100
|
|
Parameter dispatcher should be final. |
100
|
|
Line has trailing spaces. |
101
|
|
'{' should be on the previous line. |
102
|
|
'(' is followed by whitespace. |
104
|
|
')' is preceded with whitespace. |
104
|
|
'(' is followed by whitespace. |
105
|
|
')' is preceded with whitespace. |
105
|
|
Line has trailing spaces. |
117
|
|
'{' is followed by whitespace. |
118
|
|
Line has trailing spaces. |
119
|
|
'{' is followed by whitespace. |
120
|
|
')' is preceded with whitespace. |
120
|
|
Line has trailing spaces. |
121
|
|
Line has trailing spaces. |
125
|
|
Line has trailing spaces. |
129
|
|
Line has trailing spaces. |
134
|
|
Method 'addRecord' is not designed for extension - needs to be abstract, final or empty. |
134
|
|
Parameter record should be final. |
134
|
|
Parameter dispatcher should be final. |
134
|
|
')' is preceded with whitespace. |
134
|
|
Expected @throws tag for 'Exception'. |
135
|
|
'{' should be on the previous line. |
136
|
|
Line has trailing spaces. |
140
|
|
Line has trailing spaces. |
142
|
|
'(' is followed by whitespace. |
142
|
|
')' is preceded with whitespace. |
142
|
|
'{' should be on the previous line. |
143
|
|
'(' is followed by whitespace. |
146
|
|
')' is preceded with whitespace. |
146
|
|
')' is preceded with whitespace. |
147
|
|
Line has trailing spaces. |
152
|
|
'+' should be on a new line. |
152
|
|
'+' should be on a new line. |
153
|
|
First sentence should end with a period. |
157
|
|
Line has trailing spaces. |
165
|
|
Method 'updateRecord' is not designed for extension - needs to be abstract, final or empty. |
165
|
|
Parameter existingRec should be final. |
165
|
|
Parameter record should be final. |
165
|
|
Line has trailing spaces. |
166
|
|
Parameter dispatcher should be final. |
166
|
|
')' is preceded with whitespace. |
166
|
|
Line has trailing spaces. |
167
|
|
Expected @throws tag for 'Exception'. |
167
|
|
'{' should be on the previous line. |
168
|
|
Line has trailing spaces. |
171
|
|
Line has trailing spaces. |
173
|
|
'(' is followed by whitespace. |
173
|
|
')' is preceded with whitespace. |
173
|
|
'{' should be on the previous line. |
174
|
|
Line has trailing spaces. |
176
|
|
'(' is followed by whitespace. |
176
|
|
')' is preceded with whitespace. |
176
|
|
Line has trailing spaces. |
177
|
|
'{' should be on the previous line. |
177
|
|
Line has trailing spaces. |
182
|
|
'(' is followed by whitespace. |
182
|
|
'&&' should be on a new line. |
182
|
|
Line has trailing spaces. |
183
|
|
'!' is followed by whitespace. |
183
|
|
')' is preceded with whitespace. |
183
|
|
'{' should be on the previous line. |
184
|
|
')' is preceded with whitespace. |
185
|
|
Line has trailing spaces. |
190
|
|
'+' should be on a new line. |
190
|
|
'+' should be on a new line. |
191
|
|
Line has trailing spaces. |
196
|
|
Line has trailing spaces. |
197
|
|
Line has trailing spaces. |
200
|
|
Unused @throws tag for 'IllegalStateException'. |
202
|
|
Line has trailing spaces. |
206
|
|
Method 'getExistingRecord' is not designed for extension - needs to be abstract, final or empty. |
206
|
|
'(' is followed by whitespace. |
206
|
|
Parameter record should be final. |
206
|
|
Line has trailing spaces. |
207
|
|
Parameter dispatcher should be final. |
207
|
|
')' is preceded with whitespace. |
207
|
|
Line has trailing spaces. |
208
|
|
Expected @throws tag for 'Exception'. |
208
|
|
'{' should be on the previous line. |
209
|
|
'+' is not preceded with whitespace. |
211
|
|
'+' is not followed by whitespace. |
211
|
|
'(' is followed by whitespace. |
212
|
|
')' is preceded with whitespace. |
212
|
|
'+' is not preceded with whitespace. |
214
|
|
'+' is not followed by whitespace. |
214
|
|
'(' is followed by whitespace. |
214
|
|
')' is preceded with whitespace. |
214
|
|
'+' is not preceded with whitespace. |
214
|
|
'+' should be on a new line. |
214
|
|
Line has trailing spaces. |
225
|
|
'{' is followed by whitespace. |
226
|
|
Line has trailing spaces. |
227
|
|
'{' should be on the previous line. |
230
|
|
Line has trailing spaces. |
231
|
|
'{' is followed by whitespace. |
232
|
|
')' is preceded with whitespace. |
232
|
|
'}' should be on the same line. |
233
|
|
'(' is followed by whitespace. |
234
|
|
')' is preceded with whitespace. |
234
|
|
'(' is followed by whitespace. |
236
|
|
')' is preceded with whitespace. |
236
|
|
'+' is not preceded with whitespace. |
237
|
|
'+' is not followed by whitespace. |
237
|
|
'(' is followed by whitespace. |
240
|
|
')' is preceded with whitespace. |
240
|
|
'+' is not preceded with whitespace. |
245
|
|
'+' is not followed by whitespace. |
245
|
|
Line has trailing spaces. |
248
|
|
Line has trailing spaces. |
249
|
|
Method 'clone' is not designed for extension - needs to be abstract, final or empty. |
249
|
|
Missing a Javadoc comment. |
249
|
|
Line has trailing spaces. |
250
|
|
'{' should be on the previous line. |
251
|
org/apache/torque/betwixt/util/ImportSummaryListener.java
Error |
Line |
|
Line does not match expected header line of ''. |
1
|
|
Line has trailing spaces. |
33
|
|
Line has trailing spaces. |
40
|
|
Line has trailing spaces. |
41
|
|
'{' should be on the previous line. |
42
|
|
Line has trailing spaces. |
43
|
|
Missing a Javadoc comment. |
44
|
|
Variable 'logger' must be private and have accessor methods. |
44
|
|
Line has trailing spaces. |
45
|
|
Missing a Javadoc comment. |
46
|
|
Missing a Javadoc comment. |
47
|
|
Missing a Javadoc comment. |
48
|
|
Missing a Javadoc comment. |
49
|
|
Line has trailing spaces. |
50
|
|
First sentence should end with a period. |
51
|
|
Line has trailing spaces. |
52
|
|
'+' should be on a new line. |
53
|
|
'+' should be on a new line. |
54
|
|
'+' should be on a new line. |
55
|
|
'+' should be on a new line. |
56
|
|
Line has trailing spaces. |
58
|
|
Missing a Javadoc comment. |
59
|
|
Missing a Javadoc comment. |
60
|
|
Missing a Javadoc comment. |
61
|
|
Missing a Javadoc comment. |
62
|
|
Line has trailing spaces. |
65
|
|
Line has trailing spaces. |
66
|
|
Line has trailing spaces. |
68
|
|
'(' is followed by whitespace. |
68
|
|
Parameter out should be final. |
68
|
|
Expected @param tag for 'out'. |
68
|
|
')' is preceded with whitespace. |
68
|
|
'{' should be on the previous line. |
69
|
|
Line has trailing spaces. |
72
|
|
First sentence should end with a period. |
73
|
|
Line has trailing spaces. |
75
|
|
Line has trailing spaces. |
78
|
|
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
'(' is followed by whitespace. |
78
|
|
Parameter out should be final. |
78
|
|
Expected @param tag for 'out'. |
78
|
|
')' is preceded with whitespace. |
78
|
|
'{' should be on the previous line. |
79
|
|
'(' is followed by whitespace. |
81
|
|
')' is preceded with whitespace. |
81
|
|
Line has trailing spaces. |
86
|
|
Line has trailing spaces. |
89
|
|
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
89
|
|
Missing a Javadoc comment. |
89
|
|
Parameter recordNumber should be final. |
89
|
|
Parameter action should be final. |
89
|
|
Parameter info should be final. |
89
|
|
Line has trailing spaces. |
90
|
|
'{' should be on the previous line. |
91
|
|
'3' is a magic number. |
92
|
|
',' is not followed by whitespace. |
96
|
|
')' is preceded with whitespace. |
96
|
|
Line has trailing spaces. |
98
|
|
Line has trailing spaces. |
99
|
|
'(' is followed by whitespace. |
99
|
|
'{' should be on the previous line. |
100
|
|
Line has trailing spaces. |
101
|
|
Line has trailing spaces. |
103
|
|
'(' is followed by whitespace. |
103
|
|
'!' is followed by whitespace. |
103
|
|
')' is preceded with whitespace. |
103
|
|
'{' should be on the previous line. |
104
|
|
'+' is not preceded with whitespace. |
106
|
|
'+' is not followed by whitespace. |
106
|
|
'+' is not preceded with whitespace. |
106
|
|
'+' should be on a new line. |
106
|
|
'type' hides a field. |
110
|
|
Line has trailing spaces. |
111
|
|
'{' should be on the previous line. |
112
|
|
Line has trailing spaces. |
115
|
|
'}' should be on the same line. |
115
|
|
Line has trailing spaces. |
116
|
|
'(' is followed by whitespace. |
116
|
|
')' is preceded with whitespace. |
116
|
|
'{' should be on the previous line. |
117
|
|
'+' is not preceded with whitespace. |
122
|
|
'+' is not followed by whitespace. |
122
|
|
'+' is not preceded with whitespace. |
122
|
|
'+' is not followed by whitespace. |
122
|
|
Line has trailing spaces. |
124
|
|
'(' is followed by whitespace. |
124
|
|
'{' should be on the previous line. |
125
|
|
Line has trailing spaces. |
126
|
|
'(' is followed by whitespace. |
126
|
|
'!' is followed by whitespace. |
126
|
|
')' is preceded with whitespace. |
126
|
|
'{' should be on the previous line. |
127
|
|
'+' is not preceded with whitespace. |
130
|
|
'+' is not followed by whitespace. |
130
|
|
'+' is not preceded with whitespace. |
130
|
|
'+' should be on a new line. |
130
|
|
Line has trailing spaces. |
135
|
|
'(' is followed by whitespace. |
135
|
|
')' is preceded with whitespace. |
135
|
|
'{' should be on the previous line. |
136
|
|
'+' is not preceded with whitespace. |
139
|
|
'+' is not followed by whitespace. |
139
|
|
'+' is not preceded with whitespace. |
139
|
|
'+' should be on a new line. |
139
|
|
Line has trailing spaces. |
143
|
|
'(' is followed by whitespace. |
143
|
|
')' is preceded with whitespace. |
143
|
|
'{' should be on the previous line. |
144
|
|
'+' is not preceded with whitespace. |
147
|
|
'+' is not followed by whitespace. |
147
|
|
'+' is not preceded with whitespace. |
147
|
|
'+' should be on a new line. |
147
|
|
Line has trailing spaces. |
151
|
|
'(' is followed by whitespace. |
151
|
|
')' is preceded with whitespace. |
151
|
|
'{' should be on the previous line. |
152
|
|
'+' is not preceded with whitespace. |
155
|
|
'+' is not followed by whitespace. |
155
|
|
'+' is not preceded with whitespace. |
155
|
|
'+' should be on a new line. |
155
|
|
Line has trailing spaces. |
162
|
|
Line has trailing spaces. |
163
|
|
Line has trailing spaces. |
166
|
|
Method 'getCountByType' is not designed for extension - needs to be abstract, final or empty. |
166
|
|
'{' should be on the previous line. |
167
|
|
Line has trailing spaces. |
168
|
|
'(' is followed by whitespace. |
168
|
|
')' is preceded with whitespace. |
168
|
|
'{' should be on the previous line. |
169
|
|
Line has trailing spaces. |
174
|
|
Line has trailing spaces. |
177
|
|
Line has trailing spaces. |
178
|
|
Line has trailing spaces. |
183
|
|
Method 'printSummary' is not designed for extension - needs to be abstract, final or empty. |
183
|
|
Parameter header should be final. |
183
|
|
Parameter footer should be final. |
183
|
|
')' is preceded with whitespace. |
183
|
|
Line has trailing spaces. |
184
|
|
Expected @throws tag for 'IOException'. |
184
|
|
'{' should be on the previous line. |
185
|
|
Line has trailing spaces. |
186
|
|
'(' is followed by whitespace. |
186
|
|
')' is preceded with whitespace. |
186
|
|
'{' should be on the previous line. |
187
|
|
Line has trailing spaces. |
191
|
|
'(' is followed by whitespace. |
191
|
|
')' is preceded with whitespace. |
191
|
|
'{' should be on the previous line. |
192
|
|
'(' is followed by whitespace. |
193
|
|
Line has trailing spaces. |
195
|
|
'(' is followed by whitespace. |
195
|
|
')' is preceded with whitespace. |
195
|
|
'{' should be on the previous line. |
196
|
|
Line has trailing spaces. |
200
|
|
Line has trailing spaces. |
202
|
|
Line has trailing spaces. |
205
|
|
Line has trailing spaces. |
207
|
|
Line has trailing spaces. |
209
|
|
Method 'printTypeSummary' is not designed for extension - needs to be abstract, final or empty. |
209
|
|
'(' is followed by whitespace. |
209
|
|
Parameter type should be final. |
209
|
|
'type' hides a field. |
209
|
|
Expected @param tag for 'type'. |
209
|
|
')' is preceded with whitespace. |
209
|
|
Expected @throws tag for 'IOException'. |
209
|
|
'{' should be on the previous line. |
210
|
|
'(' is followed by whitespace. |
211
|
|
')' is preceded with whitespace. |
211
|
|
'5' is a magic number. |
213
|
|
'3' is a magic number. |
217
|
|
'4' is a magic number. |
218
|
|
',' is not followed by whitespace. |
219
|
|
')' is preceded with whitespace. |
219
|
|
Line has trailing spaces. |
223
|
|
Line has trailing spaces. |
226
|
|
Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
226
|
|
'{' should be on the previous line. |
227
|
|
Line has trailing spaces. |
233
|
|
Line has trailing spaces. |
236
|
|
Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
236
|
|
Parameter type should be final. |
236
|
|
'type' hides a field. |
236
|
|
'{' should be on the previous line. |
237
|
|
Line has trailing spaces. |
238
|
|
'(' is followed by whitespace. |
238
|
|
'!' is followed by whitespace. |
238
|
|
'(' is followed by whitespace. |
238
|
|
')' is preceded with whitespace. |
238
|
|
'{' should be on the previous line. |
239
|
|
'+' is not preceded with whitespace. |
240
|
|
'+' is not followed by whitespace. |
240
|
|
'+' is not preceded with whitespace. |
240
|
|
'+' is not followed by whitespace. |
240
|
|
'4' is a magic number. |
241
|
|
Line has trailing spaces. |
250
|
|
Method 'isCounterSet' is not designed for extension - needs to be abstract, final or empty. |
250
|
|
'{' should be on the previous line. |
251
|
|
Line has trailing spaces. |
258
|
|
Method 'setCounterSet' is not designed for extension - needs to be abstract, final or empty. |
258
|
|
Parameter counterSet should be final. |
258
|
|
'counterSet' hides a field. |
258
|
|
'{' should be on the previous line. |
259
|
|
Line has trailing spaces. |
266
|
|
Method 'getSummaryFormat' is not designed for extension - needs to be abstract, final or empty. |
266
|
|
'{' should be on the previous line. |
267
|
|
Line has trailing spaces. |
274
|
|
Method 'setSummaryFormat' is not designed for extension - needs to be abstract, final or empty. |
274
|
|
Parameter summaryFormat should be final. |
274
|
|
'summaryFormat' hides a field. |
274
|
|
'{' should be on the previous line. |
275
|
|
Line has trailing spaces. |
278
|
|
Line has trailing spaces. |
279
|
|
Method 'getCounts' is not designed for extension - needs to be abstract, final or empty. |
279
|
|
Missing a Javadoc comment. |
279
|
|
'(' is followed by whitespace. |
279
|
|
Parameter type should be final. |
279
|
|
'type' hides a field. |
279
|
|
')' is preceded with whitespace. |
279
|
|
'{' should be on the previous line. |
280
|
org/apache/torque/betwixt/util/SimpleListener.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
29
|
|
Line has trailing spaces. |
35
|
|
'{' should be on the previous line. |
36
|
|
Missing a Javadoc comment. |
37
|
|
Variable 'logger' must be private and have accessor methods. |
37
|
|
Line has trailing spaces. |
38
|
|
First sentence should end with a period. |
39
|
|
First sentence should end with a period. |
42
|
|
Line has trailing spaces. |
43
|
|
Missing a Javadoc comment. |
46
|
|
Line has trailing spaces. |
47
|
|
Missing a Javadoc comment. |
47
|
|
Line has trailing spaces. |
49
|
|
Missing a Javadoc comment. |
49
|
|
'(' is followed by whitespace. |
49
|
|
Parameter out should be final. |
49
|
|
'out' hides a field. |
49
|
|
')' is preceded with whitespace. |
49
|
|
'{' should be on the previous line. |
50
|
|
First sentence should end with a period. |
53
|
|
Line has trailing spaces. |
55
|
|
Line has trailing spaces. |
58
|
|
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
'(' is followed by whitespace. |
58
|
|
Parameter out should be final. |
58
|
|
'out' hides a field. |
58
|
|
Expected @param tag for 'out'. |
58
|
|
')' is preceded with whitespace. |
58
|
|
'{' should be on the previous line. |
59
|
|
Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Missing a Javadoc comment. |
64
|
|
Parameter recordNumber should be final. |
64
|
|
Parameter action should be final. |
64
|
|
Parameter info should be final. |
64
|
|
Line has trailing spaces. |
65
|
|
'{' should be on the previous line. |
66
|
|
'3' is a magic number. |
67
|
|
',' is not followed by whitespace. |
71
|
|
')' is preceded with whitespace. |
71
|
|
Line has trailing spaces. |
76
|
|
Line has trailing spaces. |
79
|
|
Line has trailing spaces. |
81
|
|
Method 'getEventFormats' is not designed for extension - needs to be abstract, final or empty. |
81
|
|
'{' should be on the previous line. |
82
|
|
Line has trailing spaces. |
83
|
|
'(' is followed by whitespace. |
83
|
|
')' is preceded with whitespace. |
83
|
|
'{' should be on the previous line. |
84
|
|
Line has trailing spaces. |
91
|
|
Line has trailing spaces. |
92
|
|
Line has trailing spaces. |
94
|
|
Line has trailing spaces. |
96
|
|
Line has trailing spaces. |
99
|
|
Unused @param tag for 'eventAction'. |
100
|
|
Line has trailing spaces. |
105
|
|
Method 'setEventFormat' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Parameter actionEvent should be final. |
105
|
|
Expected @param tag for 'actionEvent'. |
105
|
|
Parameter eventFormat should be final. |
105
|
|
'{' should be on the previous line. |
106
|
|
Line has trailing spaces. |
109
|
|
Line has trailing spaces. |
113
|
|
Line has trailing spaces. |
117
|
|
Method 'setDefaultEventFormat' is not designed for extension - needs to be abstract, final or empty. |
117
|
|
'(' is followed by whitespace. |
117
|
|
Parameter eventFormat should be final. |
117
|
|
')' is preceded with whitespace. |
117
|
|
'{' should be on the previous line. |
118
|
|
')' is preceded with whitespace. |
119
|
|
Line has trailing spaces. |
127
|
|
Expected an @return tag. |
130
|
|
Line has trailing spaces. |
130
|
|
Method 'getEventFormat' is not designed for extension - needs to be abstract, final or empty. |
130
|
|
Parameter actionEvent should be final. |
130
|
|
'{' should be on the previous line. |
131
|
|
Line has trailing spaces. |
133
|
|
'(' is followed by whitespace. |
133
|
|
')' is preceded with whitespace. |
133
|
|
'{' should be on the previous line. |
134
|
|
Line has trailing spaces. |
137
|
|
'(' is followed by whitespace. |
137
|
|
')' is preceded with whitespace. |
137
|
|
'{' should be on the previous line. |
138
|
|
Line has trailing spaces. |
146
|
|
Line has trailing spaces. |
149
|
|
Method 'getOut' is not designed for extension - needs to be abstract, final or empty. |
149
|
|
'{' should be on the previous line. |
150
|
|
Line has trailing spaces. |
156
|
|
Line has trailing spaces. |
159
|
|
Method 'setOut' is not designed for extension - needs to be abstract, final or empty. |
159
|
|
Parameter out should be final. |
159
|
|
'out' hides a field. |
159
|
|
'{' should be on the previous line. |
160
|
org/apache/torque/betwixt/util/SuppressPrimaryKeys.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
38
|
|
Line has trailing spaces. |
40
|
|
Line has trailing spaces. |
43
|
|
Line has trailing spaces. |
50
|
|
'{' should be on the previous line. |
51
|
|
Missing a Javadoc comment. |
52
|
|
Variable 'logger' must be private and have accessor methods. |
52
|
|
Line has trailing spaces. |
53
|
|
Missing a Javadoc comment. |
54
|
|
Line has trailing spaces. |
57
|
|
Line has trailing spaces. |
59
|
|
'{' should be on the previous line. |
60
|
|
Expected an @return tag. |
68
|
|
Line has trailing spaces. |
68
|
|
Method 'suppressAttribute' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Parameter attributeDescriptor should be final. |
68
|
|
Expected @param tag for 'attributeDescriptor'. |
68
|
|
Line has trailing spaces. |
69
|
|
Parameter value should be final. |
69
|
|
Expected @param tag for 'value'. |
69
|
|
'{' should be on the previous line. |
70
|
|
Line is longer than 80 characters. |
76
|
|
Line has trailing spaces. |
78
|
|
Method 'suppressElement' is not designed for extension - needs to be abstract, final or empty. |
78
|
|
Missing a Javadoc comment. |
78
|
|
Parameter element should be final. |
78
|
|
Line has trailing spaces. |
79
|
|
Parameter namespaceUri should be final. |
79
|
|
Line has trailing spaces. |
80
|
|
Parameter localName should be final. |
80
|
|
Line has trailing spaces. |
81
|
|
Parameter qualifiedName should be final. |
81
|
|
Line has trailing spaces. |
82
|
|
Parameter value should be final. |
82
|
|
'{' should be on the previous line. |
83
|
|
Line has trailing spaces. |
84
|
|
'(' is followed by whitespace. |
84
|
|
')' is preceded with whitespace. |
84
|
|
'{' should be on the previous line. |
85
|
|
Line has trailing spaces. |
86
|
|
'{' should be on the previous line. |
87
|
|
'cast' is not followed by whitespace. |
88
|
|
Line has trailing spaces. |
90
|
|
Line has trailing spaces. |
92
|
|
'(' is followed by whitespace. |
92
|
|
')' is preceded with whitespace. |
92
|
|
'{' should be on the previous line. |
93
|
|
Line has trailing spaces. |
96
|
|
'(' is followed by whitespace. |
96
|
|
')' is preceded with whitespace. |
96
|
|
'{' should be on the previous line. |
97
|
|
Line has trailing spaces. |
100
|
|
')' is preceded with whitespace. |
103
|
|
Line has trailing spaces. |
105
|
|
Line has trailing spaces. |
107
|
|
'(' is followed by whitespace. |
107
|
|
')' is preceded with whitespace. |
107
|
|
Line has trailing spaces. |
108
|
|
'{' should be on the previous line. |
108
|
|
'}' should be on the same line. |
111
|
|
Line has trailing spaces. |
112
|
|
'(' is followed by whitespace. |
112
|
|
')' is preceded with whitespace. |
112
|
|
'{' should be on the previous line. |
113
|
|
Line has trailing spaces. |
114
|
|
Line is longer than 80 characters. |
119
|
org/apache/torque/betwixt/util/package.html
Error |
Line |
|
Missing package documentation file. |
0 |